Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Windows\system32>cd.. C:\Windows>cd.. C:\>tree /f /a > F:\Listing\All_Files.txt C:\> 11 687 MB 200 000 ------------------- ou can still use the command line utility diruse.exe from the Windows 2000 Resource Kit available here: https://support.microsoft.com/en-us/kb/927229 -------- I suggest to download utility DU from the Sysinternals Suite provided by Microsoft at this link http://technet.microsoft.com/en-us/sysinternals/bb896651 usage: du [-c] [-l | -n | -v] [-u] [-q] -c Print output as CSV. -l Specify subdirectory depth of information (default is all levels). -n Do not recurse. -q Quiet (no banner). -u Count each instance of a hardlinked file. -v Show size (in KB) of intermediate directories. C:\SysInternals>du -n d:\temp Du v1.4 - report directory disk usage Copyright (C) 2005-2011 Mark Russinovich Sysinternals - www.sysinternals.com Files: 26 Directories: 14 Size: 28.873.005 bytes Size on disk: 29.024.256 bytes -------- https://www.online-tech-tips.com/computer-tips/print-list-of-files-in-directory/ ---